home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
xcmd
/
xcmdmens.sit
/
xcmd-menus.sit
/
Menus For HyperCard™
/
card_5525.txt
< prev
next >
Wrap
Text File
|
1989-07-14
|
2KB
|
96 lines
-- card: 5525 from stack: in
-- bmap block id: 6075
-- flags: 0000
-- background id: 3333
-- name: Title Page
----- HyperTalk script -----
on arrowKey direction
if direction is not "left" then pass arrowKey
end arrowkey
on domenu what
if what is not in "First Last Next Prev" then pass doMenu
end doMenu
-- part 1 (button)
-- low flags: 00
-- high flags: 8002
-- rect: left=170 top=114 right=135 bottom=371
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About Menu Commands
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to card "Index Card"
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=18 top=275 right=296 bottom=164
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect zoom out
go to card "about"
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=417 top=25 right=48 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect zoom out
go to card "hint"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=9 top=311 right=331 bottom=56
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Bye!
----- HyperTalk script -----
on mouseUp
visual effect iris close
go home
end mouseUp